- memory buffering
- буферизация памяти, организация буферов в памяти
English-Russian dictionary of computer science and programming. 2013.
English-Russian dictionary of computer science and programming. 2013.
Memory disambiguation — is a set of techniques employed by high performance out of order execution microprocessors that execute memory access instructions (loads and stores) out of program order. The mechanisms for performing memory disambiguation, implemented using… … Wikipedia
buffering — n. one that buffs; cushion which lessens or absorbs shock; polisher buf·fer || bÊŒfÉ™ n. divider, partition; location in the memory designated for temporary storage (Computers); shock absorber v. lessen, ease, make less severe; protect, shield;… … English contemporary dictionary
Multiple buffering — In computer science, multiple buffering is the use of more than one buffer to hold a block of data, so that a reader will see a complete (though perhaps old) version of the data, rather than a partially updated version of the data being created… … Wikipedia
Double buffering — In computer science, double buffering (or ping pong buffering) is a widely used technique for minimizing the delay (flicker) in input/output operations which use a buffer. Single buffering is affected by buffer underrun and buffer overflow.… … Wikipedia
Triple buffering — In computer graphics, triple buffering is a variant on double buffering, a technique for drawing graphics that shows no (or less) flicker, shearing, and tearing artifacts.Triple buffering attempts to provide a speed improvement over double… … Wikipedia
Z-buffering — Z buffer data In computer graphics, z buffering is the management of image depth coordinates in three dimensional (3 D) graphics, usually done in hardware, sometimes in software. It is one solution to the visibility problem, which is the problem… … Wikipedia
Fully Buffered DIMM — Memory controller with differential serial connections to DDR2 FB DIMMs. The AMB is visible in the center of each DIMM. Fully Buffered DIMM (or FB DIMM) is a memory technology which can be used to increase reliability and density of memory… … Wikipedia
Scanline rendering — is an algorithm for visible surface determination, in 3D computer graphics,that works on a row by row basis rather than a polygon by polygon or pixel by pixel basis. All of the polygons to be rendered are first sorted by the top y coordinate at… … Wikipedia
DirectSound — is a software component of the Microsoft DirectX library for the Windows operating system. DirectSound provides a low latency interface to the sound card driver and can handle the mixing and recording of multiple audio streams. Besides providing… … Wikipedia
Number Nine Visual Technology — Corporation was a manufacturer of video graphics chips and cards from 1982 to 1999. Number Nine developed the first 128 bit graphics processor (the Imagine 128), as well as the first 256 color and 16.8 million color cards.[1] The name of the… … Wikipedia
Micro-Threads (multi core) — Micro Threads for multi core and many cores processors is a mechanism to hide memory latency similar to multi threading architectures. However, it is done in software for multi core processors such as the Cell Broadband Engine to dynamically hide … Wikipedia